home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / pdselect / awnp / awnp-docs / layout.doc < prev    next >
Text File  |  2000-02-16  |  3KB  |  149 lines

  1. LayOutEnd parameters
  2. ----------------------
  3.  
  4. LayOutEnd=le=pg
  5.  
  6. (pg is for historical reasons)
  7.  
  8. This ends the current layout group. It takes no parameters.
  9.  
  10. layout parameters.
  11. -------------------------
  12.  
  13. Layouts can be nested up to 10 deep.
  14.  
  15. page=GID
  16.  
  17.  Use this layout group as a page in the Clicktab gadget
  18. specified by GID.
  19.  
  20. selected=number (s=)
  21.  
  22.  The clicktab page to be displayed on startup, defaults to
  23. 0. Ignored unless page is also specified. It is only
  24. usefull when adding the final page to a clicktab.
  25.  
  26. font=GID
  27.  
  28. This sets the font for the whole group. The GID points to
  29. an ALREADY defined text attribute.
  30.  
  31.  
  32. bevel=TYPE  (b=)
  33.  
  34.  Set the bevel type for this gadget.
  35. 0=NONE
  36. 1=THIN
  37. 2=BUTTON
  38. 3=GROUP
  39. 4=FIELD
  40. 5=DROPBOX
  41. 6=SBAR_HORIZ
  42. 7=SBAR_VERT
  43. 8=BOX
  44. 9=STANDARD
  45.  
  46.  
  47. gadgettext="group label" (gt=)
  48.  
  49.  set the group label for this group. Ignored if nobevel is
  50. set.
  51.  
  52. labr
  53. labl
  54. labc
  55.  Set the position of the layout label (topleft/topright/topcenter). Defaults to the users prefs setting, so don't set/force this unless you realy need to..
  56.  
  57. minwidth=number (minw=)
  58.  
  59.  Set the minimum width for this gadget
  60.  
  61. minheight=number (minh=)
  62.  
  63.  Set the minimum height for this gadget
  64.  
  65. weightedwidth=number (weiw=)
  66.  
  67.  Set the weighted width for this gadget
  68.  
  69. weightedheight=number (weih=)
  70.  
  71.  Set the weighted height for this gadget
  72.  
  73. nominalsize (noms)
  74.  
  75.  Set this gadget to its nominal size.
  76.  
  77. SpaceOuter (so)
  78.  
  79.  Leave a blank space outside the layout group.
  80.  
  81. SpaceInner  (si)
  82.  
  83.  Leave a blank space around elements in the layout group.
  84.  
  85. disable=number (dis=)
  86.  
  87.  The gadgets in this layout are disabled if number = 0 ,
  88. enabled if number != 0. Defaults to enabled.
  89.  
  90. centerjustify  (cj)
  91. rightjustify   (rj)
  92. bottomjustify  (bj)
  93.  
  94.  Set the justification of the gadgets in this layout.
  95. Defaults to leftjustify or topjustify.
  96.  
  97. vertical      (v)
  98.  
  99.  Switch to display gadgets vertically, defaults to
  100. horizontal.
  101.  
  102. even      (e)
  103.  
  104.  Switch to make gadgets/groups all the same size.
  105.  
  106. shrinkwrap  (sw)
  107.  
  108.  Switch to cause gadgets in this group to have no space
  109. between them.
  110.  
  111. tags="tags|data[|tag|data...]|0
  112.  
  113.  A list of tag and value pairs in HEX. Do not forget the
  114. trailing null !
  115.  
  116. childlabel    (chl)
  117. childlabelr   (chlr)
  118.  
  119.  Use the previously defined image as a childlabel for this
  120. gadget. Display the childlabel to the right or left of the
  121. gadget.
  122.  
  123. replace=GID
  124.  
  125.  Use this gadget to replace an existing gadget specified by GID.
  126.  
  127. Definition Reply
  128. -----------------
  129.  
  130.  When the gadget creation is sucessful the pipe replies
  131. with
  132.  
  133. 'ok GID'
  134.  
  135.  LayoutEnd replies with
  136.  
  137. 'ok'
  138.  
  139. layout modify parameters.
  140. -------------------------
  141.  
  142. disable=number (dis=)
  143.  
  144.  The gadgets in this layout are disabled if number = 0 ,
  145. enabled if number != 0. Defaults to enabled.
  146.  
  147. refresh (ref)
  148.  
  149.  Refresh the gadgets in this layout group.